Quell another warning
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Feb 2011 14:25:31 +0000 (09:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Feb 2011 14:25:31 +0000 (09:25 -0500)
docs/reference/gtk/migrating-2to3.xml

index 915ed4591f529a7f6cf5c36e275fe8fb04ed1907..98a700abab27880ac33ed73a7d7f306bf01f8b36 100644 (file)
         GAppLaunchContext *context;
         GError *error = NULL;
 
-        info = (GAppInfo *) g_desktop_app_info_new ("epiphany.desktop");
-        context = gdk_display_get_app_launch_context (display);
+        info = (GAppInfo*) g_desktop_app_info_new ("epiphany.desktop");
+        context = (GAppLaunchContext*) gdk_display_get_app_launch_context (display);
         g_app_info_launch (info, NULL, context, &amp;error);
 
         if (error)